home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / frame_883 / PlaceObject2_301_107 / CLIPACTIONRECORD on(rollOver).as
Encoding:
Text File  |  2005-08-05  |  146 b   |  8 lines

  1. on(rollOver){
  2.    if(_root.aplay == false and _root.havePress == true)
  3.    {
  4.       trace("123");
  5.       _root.aaa3.gotoAndPlay("six");
  6.    }
  7. }
  8.